home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
funcom 2000 Presskit
/
000721_1312 (fun.com).iso
/
noescape.dir
/
00009_Script_check mouse
< prev
next >
Wrap
Text File
|
2000-04-14
|
427b
|
17 lines
on checkMouse
global mousePos, film
set mousePos = the mouseH
if 314< the mouseH and the mouseH < 380 then
set film = "funcom"
end if
if 498< the mouseH and the mouseH < 626 then
set film = "noescape"
end if
if 422< the mouseH and the mouseH < 500 then
set film = "cmx2"
end if
if 576< the mouseH and the mouseH < 800 then
set film = "anarchy"
end if
end